|
|
|
Depending upon the TPSLIST setting in the script file, the Push Message is either accepted for additional processing or denied.
An administrator can set the security level using the following domain-based security values for the TPSLIST parameter in the 46xxsettings.txt script file.
Specifically, the List of Trusted Push Servers contains one or more domains and paths in a DNS format or an IP Address in dotted-decimal format, separated by commas.
If the pushed URI string (the value of the Push Request’s href attribute in the <go> tag does not begin with the proper HTTP schema, http://, the URI string is rejected and the response back to the Push Initiator contains the following parameters:
| Parameter |
Status Code |
Reason Phrase |
| HTTP Status Code |
403 |
“Forbidden” |
| x-Push-Status |
402 |
“Push security failure” |
To validate a particular pushed URI string, a string-based comparison is done against the values of the TPSLIST administered in the 46xxsettings.txt script file.
|
|
|